18. Quiz: Room

A Room __ is a data model that represents database content as an object.

SOLUTION: Entity

A _, handles the operations of a coroutine in a lifecycle that can be threaded and canceled.

SOLUTION: Job

A _, handles a specific task within a coroutine and can be assigned context for threading.

SOLUTION: Scope

The __ modifer allows a function to run asynchronous operations within a coroutine.

SOLUTION: Suspend

The __ operation returns the modified results of a collection or function after applying transformation logic.

SOLUTION: map

Performing a long-running task on the UI thread will…

SOLUTION: crash the application